File Package Curation Provider
A package curation provider that loads package curations from files.
Configuration
Example
{
"File": {
"options": {
"path": null,
"mustExist": false
}
}
}
Options
path
The path of the package curation file or directory.
mustExist
A flag to denote whether the path is required to exist.